body{
    background: linear-gradient(#ffeb3b, #ff9800);
}

/* Top Bar */
.top-bar{
    background: orange;
    padding: 6px 15px;
    font-weight: bold;
}

/* Header */
.main-header{
    background: linear-gradient(#004aad, #00c6ff);
    color: white;
}

.main-header img{
    max-height:80px;
}

/* Section Box */
.section-box{
    background: rgba(255,255,255,0.35);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Member Images */
.member-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Decorative Section */
.decorative{
    background: rgba(255,255,255,0.45);
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
    margin-bottom: 12px;
    font-size: 1.05rem;
}

/* Footer */
.footer{
    background:#003366;
    color:white;
    padding:12px;
    text-align:center;
}